Skip to content

fix(search): correct DocSearch app ID typo#8154

Merged
alexander-akait merged 1 commit intowebpack:mainfrom
sujalgoel:fix/docsearch-app-id-typo
Apr 2, 2026
Merged

fix(search): correct DocSearch app ID typo#8154
alexander-akait merged 1 commit intowebpack:mainfrom
sujalgoel:fix/docsearch-app-id-typo

Conversation

@sujalgoel
Copy link
Copy Markdown
Contributor

PR #8028 extracted the DocSearch config into src/config/docsearch.js but introduced a typo in the app ID. The original hardcoded value in Navigation.jsx was BH4D9OD16A (letter O), the new file has BH4D90D16A (digit 0). Algolia's DSN host for the wrong ID doesn't exist, so search renders but returns nothing.

Verified with a direct curl to both hosts - BH4D9OD16A returns 200, BH4D90D16A times out.

Fixes #8150.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-js-org Ready Ready Preview, Comment Apr 2, 2026 2:33pm

Request Review

@alexander-akait alexander-akait merged commit 45efec9 into webpack:main Apr 2, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Search functionality on documentation site is not working

2 participants